Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_GetPane

You can use the Q3DrawContext_GetPane function to get the pane of a draw context.

TQ3Status Q3DrawContext_GetPane (
TQ3DrawContextObject context, 
TQ3Area *pane);
context
A draw context object.
pane
On exit, the area in the specified draw context in which all drawing occurs.
DESCRIPTION
The Q3DrawContext_GetPane function returns, in the pane parameter, the area in the draw context specified by the context parameter in which all drawing occurs.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996